home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / util / browser / readme.txt < prev    next >
Text File  |  1992-11-15  |  9KB  |  170 lines

  1.                                         File Browser
  2.  
  3.                                 Written by: Chad E. Dionis
  4.                             Clyde the Clever Clam Development
  5.  
  6.  
  7.         The purpose of File Browser is to provide a integrated environment for
  8. program execution and dos activities.  The program utilizes the undocumented
  9. method of drag-drop to move files within the application as well as dropping
  10. files on other applications.
  11.         The screen is divided into three major areas:
  12.  
  13. 1. Navigator icons:  The list boxes and the associated icon at the top of the
  14.                      column are the main engine for viewing and executing
  15.                      programs.  When the name of the icon is hilighted, that
  16.                      icon is called the Selected Icon.  Icons from the Navigator
  17.                      can be drug to any place that the icon image appears.
  18.                      The circle with a slash indicated the icon cannot be
  19.                      dropped there.  The folder icon indicates the icon name
  20.              is a directory.
  21.  
  22. 2. Shelf icons:      The empty space above the Navigator icons is called the
  23.                      Shelf.  Icons can be drug from the Navigator and stuck
  24.                      on the shelf.  When the check box in the File menu for
  25.                      Save State is checked, these icons will be stored between
  26.                      sessions.  Icon can initiate a drag from the shelf but
  27.                      will be removed from the shelf.  This allows icons to
  28.                      be removed from the shelf.  The Shelf is a convenient place
  29.              to store frequently used programs or directories.  Also,
  30.              the Shelf can be used as a temporary storage for copying
  31.              files around the hierarchy.
  32.  
  33. 3. System icons:     The topmost row of icons is called the System icons.
  34.                      There can be one or more drive icons.  The Selected Icon
  35.                      shows the current drive.  Also there is a printer and
  36.                      a trash can.  These icons cannot initiate a drag but
  37.                      can accept drops from the Navigator and Shelf icons to
  38.              print or remove files.  Files drug to the drive icons
  39.              are copied to the current path of that drive.
  40.  
  41. How about some terminology for the laymen:
  42.  
  43. Drag-Drop :     Press and hold the left mouse button while the pointer is on
  44.                 an icon.  With the button depressed, move the pointer to the
  45.                 drop point.  (usually another icon, but can be another app.
  46.                 like notepad or program manager)  Release the button.
  47.                 If the cursor is a circle with a line through it, and the button
  48.                 is released, the drop is simply ignored.
  49. Double Click :  Pressing the left mouse button twice really fast WITHOUT moving
  50.                 the mouse.  If the mouse moves a slight amount, the double
  51.                 click will not adhere.
  52. Multiple Files:    Holding the left mouse button while dragging the cursor over
  53.         multiple files in a list box.  Also, holding shift down when the
  54.         mouse is pressed will hilight from the first entry selected to
  55.         the current mouse position.  Holding the control key down when
  56.         pressing the mouse button will keep the original selection while
  57.         selecting a new area.
  58.  
  59. The following are common operations:
  60.  
  61. Select an icon :        Single click on a Navigator or Drive icon. This will
  62.             be the active path for menu operations and update
  63.             the information in the file inspector window.  Selecting
  64.             an icon on the shelf will reload the Navigator with
  65.             the path of the Shelf icon.
  66.  
  67. Drag to Shelf :         Click and hold mouse on Navigator or Shelf icon.
  68.                         Move to an open slot in the Shelf area. (signified
  69.             by the file icon as the cursor)  Release the button.
  70.  
  71. Execute :               Double click on a Navigator icon, Shelf icon, or double
  72.             click on a name in any of the list boxes.
  73.  
  74. Execute w/ a initial 
  75. file:            With the application icon visible either on the Shelf
  76.                         or in the Navigator, drag the data file on the application
  77.             icon, and release the button.
  78.  
  79. Copy to directory :     Drag file or directory to a folder or drive icon.  The
  80.             default path for floppies, or the last active path for
  81.             fixed disks, will be used to copy to drive icons.
  82.  
  83. Moving to a directory:    From the menu, under options, press Drop Options.  In the
  84.             dialog, select "Drop".  Any files drug to folder icons
  85.             will be copied and deleted from their original spot.
  86.             (unless the move is being done on the same drive will
  87.             result in a rename to save time)
  88.  
  89. Delete file or dir:    Drag file or directory to the trash can.
  90.  
  91. Viewing information
  92. on a file or dir:    Select an icon.  Choose Inspect File from the File menu.
  93.             This will pop up an icon viewer window.  This window shows
  94.             the vital information of the file.  If the file is a
  95.             directory or multiple files, the size button will become
  96.             sensitive.  When this is pressed, the selected icon will
  97.             be size from the current directory and all descending sub-
  98.             directories.
  99.  
  100. Associating files:    This allows a data file to be "executed".  The associated
  101.             executable is launched and with the data file opened upon
  102.             completion.  Files with extensions .ini and .txt are
  103.             associated with the notepad utility.  When these files
  104.             are executed, notepad is launched and these files are
  105.             edited.  There are many extensions that are predefined
  106.             upon the installation of windows.  (this is why some
  107.             files in the navigator show the window utilities icon
  108.             when displayed)  There are two methods of associating files:
  109.  
  110.             1.  Select a file in the Navigator.  Select Associate from
  111.             the file menu.  This will show if any association exists
  112.             for the file's extension at the time.  If so, the association
  113.             may be edited by pressing the Create/Edit button.  If there
  114.             is no association for the file, the <Create New Key>
  115.             will be hilighted in the combo box.  Pressing Create/Edit
  116.             will create a new key, and associate the current extension
  117.             with that new key.
  118.  
  119.             2.  Select "Drop Options" from the Options menu.  Select
  120.             "Associate". Drag a file to an executable file.  This will
  121.             pop up the Create Association dialog.  MAKE SURE you complete
  122.             the executable line by putting any command line switches
  123.             AND %1, to allow files to be initial executed.  The short
  124.             and long identifiers are used by you to recognize the key.
  125.             These should be filled in; but are not terribly important.
  126.  
  127. Renaming Files:        On any Navigator icon, double click on the title.  This
  128.             will bring up an edit box.  Type the name of the new
  129.             file or directory.  Press enter.
  130.  
  131. Create Directory:    Select any Navigator folder icon.  Select "Create Directory"
  132.             from the file menu.  This will create a directory called
  133.             NEWDIR in the selected icon's list box.  Rename using
  134.             the above technique.
  135.  
  136. Printing:        Drag a single file to the printer.  This file must have an
  137.             association with an executable that can print it.  (I didn't
  138.             make this scheme up.  I think it is ridiculous that a file
  139.             cannot be printed with out a program to print it.  What kind
  140.             of operating system is this?)  This executable can be Write,
  141.             Notepad, or MS-Word (or similar WP).
  142. *Notes
  143.     1. If you make new files, or delete files without using the Navigator
  144.     icons as drop points, or create or delete files using the dos prompt,
  145.     the Navigator may not reflect the change.  If you expect the Browser
  146.     to be displaying something else, press "Reload Browser" from the options
  147.     menu.  This will reread the directory tree.
  148.  
  149.     2. All windows do not come with the same font set.  To change to a font
  150.     that is on your system, press "Change Font" in the Options menu.  The
  151.     font will be saved and reloaded each session.  I often use the "Small Font"
  152.     size 7.  It allows more information on the icon titles.
  153.  
  154.     3. Any place, except for associating files, multiple files can be used.
  155.  
  156.     4. Menu operations are available for coping files to the same directory,
  157.     or any other operation that is difficult with the browser format.
  158.  
  159.     5. I have been using this program as my shell and I have not been able
  160.     to crash it.  Unfortunately, one of you will be able to.  Write down what
  161.     happened and what you did to initiate the crash to the address below and
  162.     I'll fix it in the new release.  BE GENTLE.
  163.  
  164. Registration Fee: 10$        w/ Source: 15$
  165.  
  166. Send to:
  167. Chad Dionis
  168. 2312 10th St.
  169. Altoona, PA. 16601
  170.